home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / program_perfection / vbcc / amiga68k / include / proto / realtime.h < prev    next >
C/C++ Source or Header  |  2000-02-07  |  320b  |  18 lines

  1. #ifndef _PROTO_REALTIME_H
  2. #define _PROTO_REALTIME_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_REALTIME_PROTOS_H
  8. #include <clib/realtime_protos.h>
  9. #endif
  10.  
  11. #include <inline/realtime_protos.h>
  12.  
  13. #ifndef __NOLIBBASE__
  14. extern struct RealTimeBase *RealTimeBase;
  15. #endif
  16.  
  17. #endif    /*  _PROTO_REALTIME_H  */
  18.